smoketest-only-en-US
authorDebian LibreOffice Maintainers <debian-openoffice@lists.debian.org>
Wed, 1 Aug 2012 08:41:17 +0000 (08:41 +0000)
committerRene Engelhard <rene@debian.org>
Wed, 1 Aug 2012 08:41:17 +0000 (08:41 +0000)
Gbp-Pq: Name smoketest-only-en-US.diff

smoketestoo_native/makefile.mk

index 90adceb0477b113b4c18eb4d5038c0f62c164e84..df9900502e4385cd3bb357a77dd40e1db6544701 100755 (executable)
@@ -53,6 +53,6 @@ my_linkoo = -l
 localinstall :
     $(RM) -r $(installationtest_instpath)
     $(MKDIRHIER) $(installationtest_instpath)
-    ooinstall $(my_linkoo) $(installationtest_instpath)/opt
+    export WITH_LANG=en-US; ooinstall $(my_linkoo) $(installationtest_instpath)/opt
 cpptest : localinstall
 .END